Skip to content

fix: improve struct check result log - #583

Open
caiq1nyu wants to merge 5 commits into
mainfrom
fix/complete_struct_check_log
Open

fix: improve struct check result log#583
caiq1nyu wants to merge 5 commits into
mainfrom
fix/complete_struct_check_log

Conversation

@caiq1nyu

Copy link
Copy Markdown
Collaborator

before

{
  "key": "index.src_db.src_tb.idx_name",
  "src_sql": "source definition SQL",
  "dst_sql": "target definition SQL"
}

after

{
  "key": "index.src_db.src_tb.idx_name",
  "schema": "src_db",
  "tb": "src_tb",
  "target_schema": "dst_db",
  "target_tb": "dst_tb",
  "src_sql": "source definition SQL",
  "dst_sql": "target definition SQL"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant